home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Fixation 1.3
/
blit.h
< prev
next >
Wrap
Text File
|
1995-10-14
|
172b
|
4 lines
// blit.h
void myCopyBits(PixMapPtr srcPM, PixMapPtr dstPM, Rect *srcRect, Rect *dstRect);
void copydouble(PixMapPtr srcpm, PixMapPtr dstpm, Rect *srcRect, Rect *dstRect);